Objects Reference

vector::length

Prototype

inline float length()

Parameters

None

Return Value

Returns the length of the vector.

Remarks

This function return the length of the vector.
srqt(x*x + y*y + z*z)